3.1043 \(\int \frac{\left (c d^2+2 c d e x+c e^2 x^2\right )^{5/2}}{d+e x} \, dx\)

Optimal. Leaf size=31 \[ \frac{\left (c d^2+2 c d e x+c e^2 x^2\right )^{5/2}}{5 e} \]

[Out]

(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^(5/2)/(5*e)

_______________________________________________________________________________________

Rubi [A]  time = 0.0675705, antiderivative size = 31, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 32, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.062 \[ \frac{\left (c d^2+2 c d e x+c e^2 x^2\right )^{5/2}}{5 e} \]

Antiderivative was successfully verified.

[In]  Int[(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^(5/2)/(d + e*x),x]

[Out]

(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^(5/2)/(5*e)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 18.2598, size = 27, normalized size = 0.87 \[ \frac{\left (c d^{2} + 2 c d e x + c e^{2} x^{2}\right )^{\frac{5}{2}}}{5 e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((c*e**2*x**2+2*c*d*e*x+c*d**2)**(5/2)/(e*x+d),x)

[Out]

(c*d**2 + 2*c*d*e*x + c*e**2*x**2)**(5/2)/(5*e)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0278664, size = 20, normalized size = 0.65 \[ \frac{\left (c (d+e x)^2\right )^{5/2}}{5 e} \]

Antiderivative was successfully verified.

[In]  Integrate[(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^(5/2)/(d + e*x),x]

[Out]

(c*(d + e*x)^2)^(5/2)/(5*e)

_______________________________________________________________________________________

Maple [B]  time = 0.005, size = 73, normalized size = 2.4 \[{\frac{x \left ({e}^{4}{x}^{4}+5\,d{e}^{3}{x}^{3}+10\,{d}^{2}{e}^{2}{x}^{2}+10\,{d}^{3}ex+5\,{d}^{4} \right ) }{5\, \left ( ex+d \right ) ^{5}} \left ( c{e}^{2}{x}^{2}+2\,cdex+c{d}^{2} \right ) ^{{\frac{5}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((c*e^2*x^2+2*c*d*e*x+c*d^2)^(5/2)/(e*x+d),x)

[Out]

1/5*x*(e^4*x^4+5*d*e^3*x^3+10*d^2*e^2*x^2+10*d^3*e*x+5*d^4)*(c*e^2*x^2+2*c*d*e*x
+c*d^2)^(5/2)/(e*x+d)^5

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*e^2*x^2 + 2*c*d*e*x + c*d^2)^(5/2)/(e*x + d),x, algorithm="maxima")

[Out]

Exception raised: ValueError

_______________________________________________________________________________________

Fricas [A]  time = 0.213735, size = 120, normalized size = 3.87 \[ \frac{{\left (c^{2} e^{4} x^{5} + 5 \, c^{2} d e^{3} x^{4} + 10 \, c^{2} d^{2} e^{2} x^{3} + 10 \, c^{2} d^{3} e x^{2} + 5 \, c^{2} d^{4} x\right )} \sqrt{c e^{2} x^{2} + 2 \, c d e x + c d^{2}}}{5 \,{\left (e x + d\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*e^2*x^2 + 2*c*d*e*x + c*d^2)^(5/2)/(e*x + d),x, algorithm="fricas")

[Out]

1/5*(c^2*e^4*x^5 + 5*c^2*d*e^3*x^4 + 10*c^2*d^2*e^2*x^3 + 10*c^2*d^3*e*x^2 + 5*c
^2*d^4*x)*sqrt(c*e^2*x^2 + 2*c*d*e*x + c*d^2)/(e*x + d)

_______________________________________________________________________________________

Sympy [A]  time = 7.42367, size = 39, normalized size = 1.26 \[ \begin{cases} \frac{\left (c d^{2} + 2 c d e x + c e^{2} x^{2}\right )^{\frac{5}{2}}}{5 e} & \text{for}\: e \neq 0 \\\frac{x \left (c d^{2}\right )^{\frac{5}{2}}}{d} & \text{otherwise} \end{cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*e**2*x**2+2*c*d*e*x+c*d**2)**(5/2)/(e*x+d),x)

[Out]

Piecewise(((c*d**2 + 2*c*d*e*x + c*e**2*x**2)**(5/2)/(5*e), Ne(e, 0)), (x*(c*d**
2)**(5/2)/d, True))

_______________________________________________________________________________________

GIAC/XCAS [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: NotImplementedError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*e^2*x^2 + 2*c*d*e*x + c*d^2)^(5/2)/(e*x + d),x, algorithm="giac")

[Out]

Exception raised: NotImplementedError